@charset "utf-8";
/* CSS Document */
*{ padding: 0; margin: 0; }
img {border:none;}
body {
	font-size:14px;
	margin:0 auto;
	color:#666; 
	line-height:25px;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif
}
ol,ul { list-style:none;}
li{ list-style:none;}
a:link,a:visited {
	font-size:13px;
	color:#000;
	text-decoration:none;
}
a:hover {
	font-size:13px;
	color:#EC0202;
	text-decoration:none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.fb14,.fb14:link,.fb14:visited,.fb14:hover{
	font-size:14px;
	color:#404040;
	text-decoration:none;
}

.header{
	margin:0 auto;
	height:204px;
	background:url(images/bg.jpg) repeat-x;
}

.top{margin:0 auto;width:960px; height:35px;}
.welcome{
	width:300px;
	height:31px;
	line-height:31px;
	float:left;
	font-size:12px;
}
.top_r{
	width:300px;
	float:right;
	line-height:31px;
	text-align:right;
}
.logo{
	margin:0 auto;
	width:963px;
	height:123px;
}
.logo div.fl{
	width:50%;
}
.logo h2 {
    border-left: 1px solid #e2e6e7;
    font-size: 16px;
    margin:25px 0 0 0;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:800;
}
.logo h2 span{
	font-weight:normal;
	font-size:18px;
	display:inline-block;
	letter-spacing:9px;
	padding-top:20px;
}
.tel-ico{
	height:53px;
	margin:35px 0;
	background:url(images/ico-tel.jpg) no-repeat left center;
	padding-left:60px;
}
.tel-ico span{
	font-size:18px;
	color:#fc6703;
}
.Menu{margin:0 auto;width:960px; height:46px;}

.Menu li{width:87px;line-height:46px;text-align:center;background:url(images/fgx.jpg) no-repeat right;float:left;}
.Menu li a{font-size:14px;color:#fff;font-weight:bold;text-decoration:none;}

#home{background:url(images/home.jpg) center top;}
.Menu li:hover{background:url(images/home.jpg) center top;}
.ban li{
	display:block;
	width:100%;
	text-align:center;
}
.ban li a{
	display:inline-block;
	width:100%;
	height:100%;
	text-align:center;
}
.ban li img{
	width:100%;
	max-width:100%;
	margin:0 auto;
}
.ban .bx-controls{
	width:100%;
	position:absolute;
}
.ban .bx-default-pager{
	position:absolute;
	z-index:10;
	text-align:center;
	width:100%;
	bottom:10px;
}
.ban .bx-default-pager .bx-pager-item{
	width:25px;
	display:inline-block;
	margin:0 2.5px;
	height:5px;
}
.ban .bx-default-pager .bx-pager-item a{
	text-indent:-99999px;
	display:block;
	width:20px;
	opacity:0.5;
	height:3px;
	overflow:hidden;
	background:#FFF;
}
.ban .bx-default-pager .bx-pager-item a.active{
	background:#333;
}
.ban .bx-controls-direction a{
	width:56px;
	height:100px;
	top:-340px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	opacity:0.5;
	z-index:999999999;
	transition:opacity 0.2s ease-in 0.2s;
}
.ban .bx-prev{
	background:url(../images-2016-2/arrow_left.jpg);
	left:0;
}
.ban .bx-next{
	background:url(../images-2016-2/arrow_right.jpg);
	right:0;
}
.ban .bx-controls-direction a:hover{
	opacity:0.8;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {background:url(white.png) center top no-repeat !important;}

.tp-leftarrow:hover{background:url(prenext.png) left top no-repeat !important;}
.tp-rightarrow:hover{background:url(prenext.png) right top no-repeat !important;}
/** BULLETS **/
.tp-bullets {z-index:1001;position:absolute;bottom:0px;}

.tp-bullets.simplebullets.round .bullet {cursor:pointer;position:relative;background:url(black.png) center top no-repeat; width:20px; height:20px;float:left;
    -webkit-transition: background 0.1s linear;-moz-transition: color, background 0.1s linear;-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;}
.tp-leftarrow.large {z-index:100;cursor: pointer;position:relative;background:url(prenext.png) left bottom no-Repeat;
	width:46px;	height:46px;margin-left:0px;margin-top:-21px;}

.tp-rightarrow.large {z-index:100;cursor:pointer;position:relative;background:url(prenext.png) right  bottom no-Repeat;width:46px;height:46px;margin-left:0;margin-top: -21px;}
.tp-bullets.tp-thumbs { z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(loader.gif) center center no-repeat;
    background-color: #fff;
    margin: -22px -22px;
    top: 40%;
    left: 40%;
    z-index:10000;
    position: absolute;
    width:348px;
    height:160px;
}
/*  Flash END */  
  
.main{width:960px;margin:0 auto;}

.youshi{
	width:960px;
	float:left;
}
.youshi_til{
	width:100%;
	max-width:960px;
	margin:0 auto;
	height:49px;
	margin-bottom:20px;
	background:url(images/bg1.jpg) repeat-x;
}
.youshi_bg{
	width:960px;
	height:306px;
	background:url(images/bg3.jpg) no-repeat;
	float:left;
}
.tilc{
	display:table;
	margin:0 auto;
}
.tilcT{
	float:left;
	height:49px;
	background:url(images/bg2.jpg) repeat-x;
	line-height:49px;
	color:#fff;
	font-size: 22px;
    font-weight: 800;
	padding:0 50px;
}
.youshi_1{
	width:293px;
	padding-top:76px;
	padding-left:40px;
	text-indent:2em;
	float:left;
}
.youshi_3{
	width:314px;
	padding-top:65px;
	padding-right:40px;
	text-indent:2em;
	float:right;
}
.youshi_2{
	width:293px;
	padding-top:90px;
	padding-left:40px;
	text-indent:2em;
	float:left;
}
.youshi_4{
	width:314px;
	padding-top:75px;
	padding-right:40px;
	text-indent:2em;
	float:right;
}
.fgbg{width:960px;float:left;margin-top:20px;}
.fgbgCustor{width:960px; height:220px;float:left;margin-top:20px;}
.Case_Customer{width:960px; height:393px;float:left;margin-top:20px;}

.cpzx{
	width:201px;
	float:left;
}
.cpzx_til{
	width:201px;
	height:59px;
	float:left;
}
.cpzx_bg{
	width:201px;
	background-color:#0061ae;
	float:left;  *padding-bottom:3px; _padding-bottom:3px;
}
.cpzx_wbg{
	width:195px;
	background-color:#f6f6f6;
	margin:0 3px 3px 3px;
	float:left;
}
.cpzx_stil{
	width:145px;
	height:39px;
	padding-left:25px;
	line-height:39px;
	margin-top:12px;
	margin-left:12px;
	color:#000;
	font-weight:bold;
	background:url(images/cpzx2.jpg);
	float:left;
}
.cpzx_xx{
	width:170px;
	margin-left:12px;
	float:left;
}
.cpzx_xxbg{
	width:155px;
	height:32px;
	line-height:32px;
	font-size:13px;
	padding-left:15px;
	background:url(arrow.jpg) left no-repeat 15px;
	border-bottom:dashed 1px #d7d7d7;
	float:left;
}
.links{
	width:177px;
	float:left;
	margin-left:12px;
}
.links_til{
	width:177px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	background-color:#0064b0;
	float:left;
}
.links_bg{
	width:182px;
	height:206px;
	font-size:12px;
	line-height:28px;
	padding-top:15px;
	color:#000;
	background:url(images/bg4.jpg) no-repeat;
	float:left;
}
.rexiao_bg{
	width:736px;
	float:right;
}
.rexiao_til{
	width:736px;
	height:48px;
	line-height:48px;
	color:#FFF;
	background:url(images/title2.jpg) no-repeat;
	float:left;
}
.rexiao_til a.hotTit{
	display:inline-block;
	width:175px;
	text-align:center;
	font-size:16px;
	font-weight:800;
	color:#026bbc;
}
.rexiao_til a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
.rexiao_til a:hover{
	color:#FF0000;
}
  
.rexiao_cpbg{
	width:221px;
	margin-top:19px;
	margin-left:18px;
	float:left;
}

.rexiao_cp{
	background: rgba(0, 0, 0, 0) url("images/bg5.jpg") no-repeat scroll 0 0;
	width:198px;
	height:178px;
	padding:16px 11px 17px 12px;
	float:left;
}
.rexiao_cpwz{
	width:198px;
	height:24px;
	line-height:24px;
	margin-left:12px;
	margin-top:10px;
	text-align:center;
	color:#000;
	float:left;
}

.liyou_til{
	width:960px;
	height:90px;
	float:left;
}
.liyou_lypic{
	width:960px;
	height:190px;
	float:left;
}
.liyou_bg1{
	width:440px;
	height:141px;
	padding-left:470px;
	padding-top:155px;
	padding-right:50px;
	line-height:30px;
	background:url(images/ysbg1.jpg) no-repeat;
	float:left;
}
.liyou_bg2{
	width:375px;
	height:162px;
	padding-left:53px;
	padding-top:183px;
	padding-right:532px;
	line-height:30px;
	background:url(images/ysbg2.jpg) no-repeat;
	float:left;
}
.liyou_bg3{width:440px;height:141px;padding-left:470px;padding-top:182px;padding-right:50px;line-height:30px;background:url(images/ysbg3.jpg) no-repeat;float:left;}
.liyou_bg3 img{margin-top:10px;}

.liyou_bg4{
	width:365px;
	height:148px;
	padding-left:53px;
	padding-top:190px;
	padding-right:542px;
	line-height:30px;
	background:url(images/ysbg4.jpg) no-repeat;
	float:left;
}
.liyou_bg5{
	width:440px;
	height:146px;
	padding-left:470px;
	padding-top:187px;
	padding-right:50px;
	line-height:30px;
	background:url(images/ysbg5.jpg) no-repeat;
	float:left;
}
.kehu_til{
	width:960px;
	height:77px;
	float:left;
}
.kehu_kediv{
	width:960px;
	margin-top:10px;
	float:left;
}
.kehu_khpic{width:152px;height:61x;margin-left:8px;float:left;}
    .kehu_khpic img:hover{filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}

.anli{
	width:403px;
	float:left;
}
.anli_til{
	width:403px;
	height:30px;
	line-height:30px;
}
.anli_til span{
	display:inline-block;
	font-size:16px;
	padding:0 15px;
	border-bottom:1px solid #036ab9;
	color:#036ab9;
	font-weight:600;
	float:left;
	height:30px;
	width:94px;
}
.anli_til a{
	display:inline-block;
	height:30px;
	float:left;
	background:url(images/more.jpg) no-repeat right center;
	border-bottom:1px solid #cecece;
	width:279px;
}
.anli_bg{width:403px; height:358px;background-color:#eef2f5;float:left;}

.anli_picbg{width:181px;height:161px;margin-left:15px;float:left; margin-top:11px;}
.anli_pic{width:181px;height:139px;text-align:center;color:#585858;}
.anli_pic img{
	width:181px;
	height:139px;
}
   .anli_name{width:181px; height:17px; padding-top:5px; text-align:center;}  .anli_name a{color:#585858;}  .anli_name a:hover{color:#F00;}

.khjz{
	width:526px;
	float:right;
}
.khjz_til{
	width:526px;
	height:30px;
}
.khjz_bg{
	width:526px;
	float:left;
	margin-top:15px;
}
.khjz_til a{
	width:402px;
}
.khjz_pic{width:162px;height:144px;padding:7px;border:solid 1px #e8e6e7;float:left;}
.khjz_pic img{
	width:162px;
	height:144px;
}
.khjz_wenzi{width:332px;float:right;}
   .khjz_wenzi #witness_tit{color:#036fb8; font-size:16px; font-weight:bold; line-height:35px;}
   .khjz_wenzi #witness_con{color:#343434; font-size:13px;}

.gyjg_til{
	width:960px;
	height:53px;
	float:left;
}
.gyjg_left{
	width:650px;
	float:left;
}
.gyjg_jjtil{
	width:650px;
	height:35px;
	margin-top:8px;
	float:left;
}
.gyjg_fctilbg{
	width:650px;
	height:35px;
	background:url(title10.jpg)  no-repeat;
	margin-top:8px;
	float:left;
}
.gyjg_jj{width:640px;padding-left:10px;padding-top:12px;float:left;}
   .gyjg_jj img{float:left; margin-right:15px;}  .gyjg_jj a{color:#e35c02; font-size:14px;}  .gyjg_jj a:hover{color:#FF0000;  font-family:"Microsoft YaHei";}
.gyjg_ry{width:650px;height:125px;float:left;}

 .lzl_picsub{width:650px; height:125px; float:left;}
 .lzlpic_bot{width:650px; height:87px;padding-top:20px;}
 .ctllf{width:16px; height:87px; background:url(arrowleft.jpg) right  no-repeat; float:left; cursor:pointer;}
 .ctlrg{width:16px; height:87px; background:url(arrowright.jpg)   no-repeat; float:right; cursor:pointer;}
 .ctlmid{width:608px; height:87px; float:left; padding-left:4x;}
 .oneday_spic{width:129px;height:87px;margin-left:9px;float:left; cursor:pointer;}  .oneday_spic img:hover{border:1px solid #ff0000;}






.gyjg_fcbg{
	width:650px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}
.gyjg_fc{
	width:148px;
	padding-left:12px;
	height:108px;
	text-align:center;
	line-height:30px;
	float:left; font-size:12px;color:#333534;
}


.gyjg_right{
	width:278px;
	height:590px;
	padding-left:21px;
	background:url(bg6.jpg) repeat-y;
	float:right;
}
.newsbg{
	width:278px;
	float:left;
}
.newstilbg{
	width:278px;
	height:33px;
	margin-top:8px;
	background:url(title11.jpg) no-repeat;
	float:left;
}
.newstil{
	width:100px;
	height:33px;
	line-height:33px;
	padding-left:28px;
	font-size:14px;
	font-weight:bold;
	color:#3a6abf;
	float:left;
}
.more{width:40px;height:33px;line-height:33px;padding-right:14px;font-size:12px;float:right;}
    .more a{color:#323431;}  .more a:hover{color:#FF0000;}
.news_xx{width:278px;border-bottom:dashed 1px #dadada;padding-bottom:13px;padding-top:15px;font-size:12px;color:#555454;float:left;}
    .news_xx span{color:#e35c02; font-size:14px; line-height:30px;}
	.news_xx a{color:#e35c02; font-size:12px;}  .news_xx a:hover{color:#FF0000;}
.news_listbg{
	width:278px;
	float:left;
}
.news_list{width:268px;height:24px;padding-top:5px;padding-left:10px;line-height:24px;background:url(arrow2.jpg) no-repeat left 13px;float:left;}
.news_list a{color:#787777;}   .news_list a:hover{color:red;}
.blank8 { height:8px; width:1px; overflow:hidden; clear:both;}

.bottom_bg{width:100%;height:48px;background:url(images/bg7.jpg) repeat-x;line-height:48px;text-align:center;font-size:14px;color:#fff;}
.bottom_bg a{color:#fff;} .bottom_bg a:hover{color:#FF6600;}

.bottom_wz{width:100%;height:151px;	background-color:#e9e9e9;}
.bottom_bg2{width:960px;margin:0 auto;}

.bottom_logo{
	width:318px;
	height:151px;
	float:left;
}
.bottom_ljy{
	width:640px;
	height:101px;
	padding-top:40px;
	text-align:center;
	font-size:12px;
	color:#696767;
	float:left;
}
.bottom_zi_xb{
	width:710px;
	height:70px;
	padding-top:20px;
	text-align:center;
	font-size:12px;
	color:#696767;
	float:left;
}


/*css*/
.page{
	margin:10px 0;
	text-align:center;
}
.page span{
	margin-right:20px;
	
}
.page span.current{
	margin-right:6px;
	background:#333;
	color:#fff;
	padding:0 5px;
	height:27px;
}
.page a{ display:inline-block;line-height:25px; padding:0 5px;margin-right:6px;border:1px solid #E9E9E9;}


.position{width:934px;height:30px;line-height:30px;padding-left:24px;font-size:12px;color:#000;border:solid 1px #d8d8d8;float:left;}
.cptil{
	width:704px;
	height:35px;
	line-height:35px;
	padding-left:30px;
	background:url(bg8.jpg) repeat;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	float:left;
}
.cpbg{
	width:734px;
	border:solid 1px #d7d7d7;
	float:left;
	margin-top:15px;
	padding-bottom:15px;
}
.cpzx_pic{
	width:198px;
	height:178px;
	border:solid 1px #bcbcbc;
	float:left;
}
.cpzx_cpwz{
	width:198px;
	height:24px;
	line-height:24px;
	margin-top:10px;
	text-align:center;
	color:#000;
	float:left;
}
/*浜岀骇椤甸潰鏂伴椈*/
.news_ebg{
	width:470px;
	border:solid 1px #d7d7d7;
	float:left;
	margin-bottom:10px;
}
.news_erbg{
	width:470px;
	border:solid 1px #d7d7d7;
	float:right;
	margin-bottom:10px;
}
.news_etil{
	width:450px;
	height:35px;
	line-height:35px;
	padding-left:20px;
	background:url(bg8.jpg) repeat;
	color:#000;
	font-weight:bold;
	float:left;
}
.news_ewzbg{width:455px; height:345px;padding-left:15px;padding-bottom:10px;padding-top:10px;float:left;}
.news_ewzbg ul li{list-style:none;width:440px;height:24px;padding-top:5px;padding-left:10px;line-height:24px;	background:url(images/arrow2.jpg) no-repeat left 15px;}

/*浜岀骇宸ョ▼妗堜緥*/
.anli_epicbg{
	width:226px;
	margin-left:10px;
	margin-top:30px;
	float:left;
}
.anli_epic{
	width:214px;
	height:169px;
	padding:5px;
	border:solid 1px #d3d3d3;
	float:left;
}
.anli_ewz{
	width:226px;
	height:35px;
	line-height:35px;
	text-align:center;
	float:left;
}
/*鍏充簬閿﹀伐浜岀骇椤甸潰*/
.gyjg_ebg{
	width:734px;
	border-bottom:solid 1px #d7d7d7;
	border-left:solid 1px #d7d7d7;
	border-right:solid 1px #d7d7d7;
	float:left;
}
.gyjg_etil{
	width:694px;
	padding:20px;
	font-size:18px;
	font-weight:bold;
	color:#e70202;
	text-align:center;
	border-bottom:solid 1px #e0e0e0;
	float:left;
}
.gyjg_ewz{
	width:694px;
	padding:20px;
	text-indent:2em;
	line-height:30px;
	color:#000;
	float:left;
}
.gyjg_ewz img{

    display: block;
    margin: 0 auto 10px;
    height: auto;
    max-width: 100%;

}
.arc_info{width:100%; height:25px; line-height:25px; text-align:center; font-size:12px;}  .arc_info a{font-size:12px;} #hit{color:#F00;}
.arc_body{width:100%; height:auto; margin:10px 0px; font-size:13px; line-height:25px;}  .arc_body a:hover{color:#FF0000; font-family:"Microsoft YaHei";}
.prenext{width:694px; height:25px;font-size:12px; line-height:25px;}
.prenext a{color:#000;}   .prenext a:hover{color:#F00;}


.link_ewz{
	width:694px;
	padding:20px;
	line-height:30px;
	color:#000;
	float:left;
}
.link_epic{
	width:722px;
	height:458px;
	float:left;
}
/*瀹㈡埛瑙佽瘉浜岀骇*/
.khjz_ebg{width:700px;float:left;margin-top:15px;padding-bottom:10px;margin-left:15px;border-bottom:solid 1px #d7d7d7;}

   .arc_tit{width:700px; height:35px;color:#036fb8; font-size:16px; font-weight:bold; line-height:35px;}
   .arc_description{width:700px;color:#343434; font-size:12px; text-indent:25px;}
   .arc_link{width:700px; height:25px; padding:10px 0; text-align:right;}


.khjz_ewz{width:500px;float:right;}
    #wt_title{font-size:16px; font-weight:bold; line-height:35px;}  #wt_title a{color:#036fb8; }
    #wt_desc{color:#343434; font-size:13px;}
/*閿﹀伐椋庨噰浜岀骇*/
.jgfc_epicbg{
	width:148px;
	margin-top:19px;
	margin-left:28px;
	float:left;
}
.jgfc_epic{
	width:148px;
	height:108px;
	float:left;
}
.jgfc_ewz{
	width:148px;
	height:24px;
	line-height:24px;
	margin-top:10px;
	text-align:center;
	color:#000;
	float:left;
}
/*璧勬枡涓嬭浇浜岀骇椤甸潰*/
.zlxz_ebg{
	width:675px;
	float:left;
	padding-left:25px;
	margin-top:10px;
	padding-bottom:5px;
	margin-left:15px;
	background:url(images/arrow3.jpg) no-repeat left 8px;
	border-bottom: dashed 1px #d7d7d7;
}


/*浜у搧涓績淇敼css*/
.cpzxxg_fg{
	width:734px;
	float:left;
}
.cpzxxg_r{
	width:201px;
	float:right;
}
.cpzxxg_l{
	width:746px;
	float:left;
}
.cpzxxg_picleft{width:394px;margin-left:10px;margin-top:10px;float:left;}
.cpzxxg_pic{width:392px;height:321px;border:solid 1px #e5e5e5;float:left; margin-bottom:10px;}

.cpzxxg_pwz{
	width:392px;
	margin-top:10px;
	float:left;
}
.cpzxxg_arrowl{
	width:8px;
	height:9px;
	margin-top:20px;
	float:left;
}
.cpzxxg_arrowr{
	width:8px;
	height:9px;
	margin-top:20px;
	float:right;
}
.cpzxxg_spic{
	width:62px;
	height:51px;
	margin-left:10px;
	float:left;
}
.cpzxxg_spicbg{
	width:375px;
	height:51px;
	float:left;
}
.cpzxxg_picright{
	width:301px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:right;
}
.cpzxxg_prtil{
	width:301px;
	height:25px;
	float:left;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#000;
	border-bottom:dashed 1px #ccc;
}
.cpzxxg_pfenlei{
	width:301px;
	height:25px;
	float:left;
	padding-top:10px;
	font-size:16px;
}
.cpzxxg_pjianjie{
	width:311px;
	float:left;
	padding-top:10px;
}
.cpzxxg_pfenxiang{
	width:301px;
	height:32px;
	float:left;
	padding-top:10px;
}
.cpzxxg_pbut{
	width:301px;
	height:40px;
	float:left;
	padding-top:10px;
}
/*鐩稿叧浜у搧css*/
.xgcpbg{
	width:734px;
	border:solid 1px #d7d7d7;
	float:left;
}
.xgcpxg_titlbg{
	width:724px;
	height:35px;
	line-height:35px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#0162af;
	background:url(images/bg9.jpg) repeat-x;
	float:left;
}
.xgcpxg_picbg{
	width:734px;
	float:left;
}
.xgcpxg_picdiv{
	width:222px;
	margin-left:17px;
	margin-top:15px;
	float:left;
}
.xgcpxg_pic{
	width:218px;
	height:156px;
	padding:1px;
	border: solid 1px #ccc;
	float:left;
}
.xgcpxg_picwz{
	width:220px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
}
/*浜у搧绠€浠媍ss*/
.cpjjxg_til{
	width:717px;
	height:35px;
	line-height:34px;
	padding-left:18px;
	color:#FFF;
	font-weight:bold;
	background:url(images/cpsm.jpg) no-repeat;
	float:left;
}
.cpjjxg_wenzi{
	width:704px; 
	height:auto;
	margin:10px auto;
	padding-bottom:50px;
	background:url(images/myd.jpg) 2px bottom no-repeat;}

.cpjjxg_llfw{width:704px;margin-left:15px;margin-top:10px;font-size:13px;float:left;}
    .cpjjxg_llfw span{color:#0162af; font-weight:bold;font-size:14px;}

.cpytxg_picbg{
	width:130px;
	margin-left:10px;
	float:left;
}
.cpytxg_pic{
	width:130px;
	height:83px;
	float:left;
}
.cpytxg_pzi{
	width:130px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
}
/*浜у搧涓績鍙充晶鏂伴椈css*/
.cpzxxg_news{
	width:201px;
	margin-top:10px;
	float:left;
}
.cpzxxg_ntil{
	width:191px;
	height:35px;
	line-height:35px;
	padding-left:10px;
	background-color:#0870c5;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	float:left;
}
.cpzxxg_nwzbg{
	width:194px;
	padding-left:5px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	float:left;
}
.cpzxxg_nlist{
	width:180px;
	height:24px;
	padding-top:5px;
	padding-left:10px;
	line-height:24px;
	background:url(images/arrow2.jpg) no-repeat left 15px;
	float:left;
	overflow:hidden;
}
   .cpzxxg_nlist a{color:#787777;}
.cpzxxg_cpfw{
	width:734px;
	height:410px;
	margin-top:10px;
	float:left;
}
.cpzxxg_xiazai{
	width:196px;
	padding-left:2px;
	padding-bottom:10px;
	padding-top:18px;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	float:left;
}
.hydt,.jgzx{
	width:960px;
	float:left; margin-bottom:10px;
}
 .hydt-title{
	height:52px;
}
 .jqzx-tlebg{
	height:45px;
	background:url(images/til-hydt.jpg) no-repeat;
}
 .jqzx-tle{
	 width:200px;
	 padding-top:7px;
	 padding-left:45px;
	 font-size:16px;
	 font-weight:bold;
	 font-family: "Microsoft YaHei" ! important;
	 color:#3b6bc0;
	 float:left;
	 
}
 .more{
	 width:60px;
	 padding-top:10px;
	 padding-right:10px;
	 float:right;
	 
}
 .jqzx-pic{
	 width:308px;
	 height:230px;
	 padding-top:20px;
	 float:left;
	 
}
 .jqzx-rig{
	 width:624px;
	 height:230px;
	 padding-top:20px;
	 float:right;
	 
}
  .jqzx-rig-til{
	 width:624px;
	 line-height:24px;
	 font-size:16px;
	 font-weight:bold;
	 color:#e35c02;
	 float:left;
	 
}
  .jqzx-rig-tilxx{
	 width:624px;
	 line-height:24px;
	 padding-top:15px;
	 float:left;	 
}
  .jqzx-lb{
	 width:624px;
	 border-top:dashed 1px #9d9d9d;
	 padding-top:10px;
	 margin-top:10px;
	 float:left;	 
}
  .jqzx-lb-list{
	 
}
  .jqzx-lb-list ul li{
	 width:290px;
	 padding-left:10px;
	 background:url(images/arrow.jpg) left 10px no-repeat;
	 line-height:28px;
	 float:left;
	 overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height:28px;
}

 .hydt-left{
	 width:350px;
	 float:left; 
}
 .hydt-right{
	 width:265px;
	 float:right;
}
 .hydt-til{
	 width:350px;
	 line-height:24px;
	 font-size:16px;
	 font-weight:bold;
	 color:#e35c02;
	 float:left; 
}
 .hydt-tilxx{
	 width:340px;
	 line-height:24px;
	 padding-top:10px;
	 padding-bottom:10px;
	 border-bottom:dashed 1px #9d9d9d;
	 float:left; 
}
 .hydt-word{
	 width:350px;
	 padding-top:10px;
	 float:left; 
}
  .hydt-word ul li{
	 width:290px;
	 padding-left:10px;
	 background:url(images/arrow.jpg) left 10px no-repeat;
	 line-height:28px;
	 float:left;	 
}
 .hydt-pic{
	 width:119px;
	 padding-top:10px;
	 line-height:24px;
	 padding-left:13px;
	 float:left; 
}
 .hydt-picr{
	 width:119px;
	 padding-top:10px;
	 line-height:24px;
	 float:right; 
}
.bottom_bg a{
	margin:0 5px;
}
.mobile{
	display:none;
}
.cl{
	clear:both;
}
.mtel{
	display:none;
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
	.mtel {
	display: block;
    position: fixed;
    width: 60px;
    right: 5px;
    top: calc( 50% - 40px );
    height: 60px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 999999999;
}
.mtel mip-img{width: 60px;height: 60px; }
	body{
		margin:0 10px;
		overflow-x:hidden;
	}
	.top{
		width:100%;
	}
	.position,.cptil,.cpbg,.cpzx_cpwz{
		width:100%;
	}
	.position,.cptil{
		padding:0 10px;
		width:calc( 100% - 20px );
	}
	.cpzx_pic{
		width:100%;
		height:auto;
	}
	.cpzx_pic img{
		max-width:100%;
		height:auto;
	}
	.header{
		height:auto;
	}
	.Menu{
		width:100%;
		background:url(images/bg.jpg) repeat-x left bottom;
		height:auto;
	}
	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}
	.welcome{
		width:100%;
		text-align:center;
	}
	.logo div.fl{
		width:100%;
	}
	.Menu li{
		width:20%;
		position:relative;
		background:url(images/bg.jpg) repeat-x left bottom;
	}
	.Menu li:before{
		width:100%;
		height:1px;
		position:absolute;
		top:0;
		content:"";
		right:1px;
		z-index:99999;
    background: url(images/fgx.jpg) repeat-x;
	}
	.Menu li:after {
		width:1px;
		height:100%;
		position:absolute;
		top:0;
		content:"";
		right:1px;
		z-index:99999;
    background: url(images/fgx.jpg) no-repeat right;
}
	.logo div.fl img{
		max-width:100%;
		height:auto;
	}
	.logo{
		width:100%;
		height:auto;
	}
	.logo h1{
		font-size:14px;
		margin-top:5px;
	}
	.logo h1 span{
		letter-spacing:0;
		font-size:12px;
		padding:0;
	}
	.tel-ico{
		margin:5px 0;
		background-size:40px auto;
		padding-left:40px;
	}
	.main{
		width:100%;
	}
	.youshi_bg{
		width:100%;
		height:auto;
		background-size:100% auto;
	}
	.youshi,.anli_pic{
		width:100%;
	}
	.youshi_1{
		width: 293px;
		padding-left: 20px;
		padding-top:20px;
	}
	.rexiao_bg{
		width:100%;
		float:none;
	}
	.rexiao_til{
		width:100%;
	}
	.rexiao_cpbg{
		width:32%;
		margin:19px 0.5%;
		min-height:160px;
	}
	.fgbg{
		width:100%;
		margin-top:10px;
	}
	.liyou_lypic{
		width:100%;
		height:auto;
	}
	.liyou_bg1{
		width:100%;
	}
	.anli,.khjz{
		width:100%;
		height:auto;
		float:none;
	}
	.anli_til,.anli_bg,.bottom_bg2,.bottom_ljy{
		width:100%;
		height:auto;
	}
	.anli_picbg{
		width:46%;
		margin:1% 2%;
	}
	.Case_Customer{
		width:100%;
		height:auto;
	}
	.anli_til a{
		width:calc( 100% - 124px );
	}
	.anli_bg{
		padding:15px 0;
	}
	.rexiao_cp,.rexiao_cpwz,.khjz_ewz{
		width:100%;
	}
	.rexiao_cp{
		background-size:100% auto;
		width:calc( 100% - 33px );
		height:120px;
		overflow:hidden;
	}
	.rexiao_cp img{
		max-width:100%;
		height:auto;
	}
	.khjz_wenzi,.gyjg_ebg{
		width:100%;
	}
	.gyjg_etil{
		width:100%;
		padding:0;
	}
	.gyjg_ewz{
		width:calc( 100% - 20px );
		padding:10px;
	}
	.khjz_bg{
		width:100%;
	}
	.anli_pic img{
		max-width:100%;
		height:auto;
	}
	.youshi_til{
		display:none;
	}
	.khjz_pic{
		width:calc( 100% - 18px );
		height:auto;
	}
	.khjz_pic img,.cpzxxg_pic img{
		max-width:100%;
		height:auto;
	}
	.news_ebg,.news_erbg,.news_ewzbg,.cpzxxg_l,.xgcpbg,.cpzxxg_fg,.cpzxxg_picleft,.cpzxxg_picright,.xgcpxg_titlbg,.xgcpxg_picbg{
		width:100%;
	}
	.news_ewzbg ul li{
		width:calc( 100% - 10px );
	}
	.cpzxxg_picright{
		margin-right:0;
		width:90%;
		float:none;
		margin:10px auto;
	}
	.news_etil,.cpzxxg_pic{
		width:calc( 100% - 20px );
		height:auto;
	}
	.cpzxxg_r{
		display:none;
	}
	.xgcpxg_titlbg{
		width:calc( 100% - 10px );
	}
	.xgcpxg_picdiv{
		width:calc( 100% - 34px );
	}
	.xgcpxg_pic,.xgcpxg_picwz{
		width:100%;
		text-align:center;
	}
	.cpjjxg_wenzi{
		padding:10px;
		width:calc( 100% - 20px );
	}
	.cpjjxg_til{
		width:calc( 100% - 18px );
	}
	#gallery-1 img{
		width:calc( 100% - 4px );
		height:auto;
	}
	.khjz_ebg{
		width:calc( 100% - 30px );
	}
}